home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / cspelsrc.zip / LNK.BAT < prev    next >
DOS Batch File  |  1987-11-30  |  507b  |  13 lines

  1. echo off
  2. rem tcc -c -p -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\small 
  3. rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\mid
  4. rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\large
  5. rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\perdct
  6. tcc -a -d -c  -p -f- -G -O -Z -DCLONE -mh -nH:\cspella\objects\ -zCspella cspella
  7. if errorlevel 1 goto out
  8. clink /exe/SEG:256 @lnk.lst
  9. rem link /SEG:512/EXE @lnk.lst
  10. rem tlink /s @lNnk.lst
  11. :out
  12. echo on
  13.